Commits on Mar 4, 2012

  1. Update EditorConfig Core URL.

    xuhdev committed Mar 4, 2012
    Copy the full SHA
    48ec2e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2013

  1. provide feature, use symbol prefix, add commentary,

    remove url from summary
    tarsius committed Mar 18, 2013
    Copy the full SHA
    a6e2442 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from tarsius/master

    provide feature, use symbol prefix, add commentary,
    treyhunner committed Mar 18, 2013
    Copy the full SHA
    8838179 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b565f12 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2013

  1. Add contributors file

    treyhunner committed Mar 19, 2013
    Copy the full SHA
    c7980a8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    92c496e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2013

  1. Only set indent-tabs-mode to use tabs when set to "tab"!

    (Previously this also kicked in when a project expressed no ws preference.)
    johan committed Mar 22, 2013
    Copy the full SHA
    c8c31ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from johan/tab-is-not-the-default

    Only set indent-tabs-mode to use tabs when set to "tab"!
    treyhunner committed Mar 22, 2013
    Copy the full SHA
    8c4af16 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9cd19c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2013

  1. Copy the full SHA
    f360f89 View commit details
    Browse the repository at this point in the history
  2. Oops – missed one

    johan committed Apr 28, 2013
    Copy the full SHA
    6a4b17a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    137abf8 View commit details
    Browse the repository at this point in the history
  4. Some DRY cleanups

    johan committed Apr 28, 2013
    Copy the full SHA
    73ab44a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    39eba3b View commit details
    Browse the repository at this point in the history
  6. Improved readability a little

    johan committed Apr 28, 2013
    Copy the full SHA
    2e13057 View commit details
    Browse the repository at this point in the history
  7. Even better :)

    johan committed Apr 28, 2013
    Copy the full SHA
    bda7970 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2013

  1. Do not raise an error if the program editorconfig is not found.

    Instead, ignore the hook function.
    dochang committed May 7, 2013
    Copy the full SHA
    4ec30e0 View commit details
    Browse the repository at this point in the history
  2. Set default value of file coding system.

    If the value of `end_of_file` is invalid, the file coding system
    should be set to `undecided`, not `nil`.
    dochang committed May 7, 2013
    Copy the full SHA
    c5ff054 View commit details
    Browse the repository at this point in the history
  3. Do not mark the buffer modified after setting the file coding system.

    When I open a file, the buffer is always marked modified.  I have to
    type C-x C-s before closing the buffer even I just want to view the
    file.  This is annoying.
    
    If we need to convert the coding of a file, we can save the file
    explicitly.
    dochang committed May 7, 2013
    Copy the full SHA
    0a9c5f3 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2013

  1. Merge pull request #4 from dochang/bugfix

    Don't mark untouched buffers changed, improved error handling.
    johan committed May 8, 2013
    Copy the full SHA
    87f345a View commit details
    Browse the repository at this point in the history
  2. Update CONTRIBUTORS

    johan committed May 8, 2013
    Copy the full SHA
    05c52f3 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2013

  1. Copy the full SHA
    160dd3b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2013

  1. Merge pull request #5 from editorconfig/travis

    editorconfig-emacs should have Travis ci builds
    xuhdev committed May 13, 2013
    Copy the full SHA
    f9b3a8e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2013

  1. add compatibility for package.el

    Donald Curtis committed May 24, 2013
    Copy the full SHA
    04a14af View commit details
    Browse the repository at this point in the history
  2. cleanup indentation

    Donald Curtis committed May 24, 2013
    Copy the full SHA
    71a830f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2013

  1. Merge pull request #6 from milkypostman/master

    Add `package.el` compatibility.
    johan committed May 26, 2013
    Copy the full SHA
    5c38ac3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from milkypostman/indentation

    cleanup indentation
    johan committed May 26, 2013
    Copy the full SHA
    d5ec9d4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    291d4a9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8 from editorconfig/add-more-modes-for-indent

    Set indent_size for lisp mode and ruby mode.
    johan committed May 26, 2013
    Copy the full SHA
    7317e47 View commit details
    Browse the repository at this point in the history
  5. Update package information.

    xuhdev committed May 26, 2013
    Copy the full SHA
    9ddab3a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2013

  1. Reset the indentation rule.

    xuhdev committed May 30, 2013
    Copy the full SHA
    6868b5d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2013

  1. Add function to setup trim trailing whitespace functionality

    modify edconf-find-file-hook to invoke it
    stevejordan committed May 31, 2013
    Copy the full SHA
    586275e View commit details
    Browse the repository at this point in the history
  2. use the built in delete rather than compiled lisp delete*, acheives t…

    …he same thing without a warning on byte compile.
    stevejordan committed May 31, 2013
    Copy the full SHA
    0a8d1bd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    63f4016 View commit details
    Browse the repository at this point in the history
  4. s/set/trim/ in var name

    stevejordan committed May 31, 2013
    Copy the full SHA
    887d851 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2013

  1. Copy the full SHA
    d9fb729 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    438b0bd View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2013

  1. Set indent value for AucTeX

    xuhdev committed Jun 2, 2013
    Copy the full SHA
    f80f39d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8aec8bd View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2013

  1. Copy the full SHA
    04d6497 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2013

  1. Copy the full SHA
    4e77955 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6e05769 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2013

  1. Bump version number

    xuhdev committed Jun 7, 2013
    Copy the full SHA
    2bf0eb0 View commit details
    Browse the repository at this point in the history