Commits on Aug 30, 2021

  1. Use new implementation by default (#263)

    * Use new implementation by default
    
    * Remove old test
    
    * Make editorconfig-hack-properties-functions deprecated
    10sr committed Aug 30, 2021
    Copy the full SHA
    f7918f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Update CHANGELOG

    10sr committed Sep 1, 2021
    Copy the full SHA
    2ab86dc View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Add doc about lsp-mode (#266)

    * WIP Add doc about lsp-mode
    
    * Update README
    10sr committed Jan 26, 2022
    Copy the full SHA
    3c03cef View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Constrain documentation strings to 80 chars (#269)

    * fix: wrap `editorconfig--legacy-version` docstring at 80 chars
    
    This small change addresses the annoying (comp) warning about this
    variable's documentation string exceeding the 80-character recommended
    limit.
    
    * fix: escape open parens at column 0 in doc string
    
    [`emacs-lisp-checkdoc` recommends][0] escaping open parentheses in strings
    when they begin at column 0. This escape the open parenthesis in the
    `editorconfig-hack-properties-functions` documentation string.
    
    [0]: https://github.com/emacs-mirror/emacs/blob/master/lisp/emacs-lisp/checkdoc.el#L1521
    opiation committed Mar 1, 2022
    Copy the full SHA
    1d4acc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

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

Commits on Sep 29, 2022

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

Commits on Oct 23, 2022

  1. Add fixes for Emacs 29 (#276)

    * Fix warnings reported with Emacs29 snapshot
    
    * Disable vc feature for ert testings
    10sr committed Oct 23, 2022
    Copy the full SHA
    44bcfcf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f529bbe View commit details
    Browse the repository at this point in the history
  3. Prepare v0.9.0 (#275)

    * Update version number in el file
    
    * Update CHANGELOG for 0.9.0
    
    * Fix CHANGELOG
    
    * Fix release date
    10sr committed Oct 23, 2022
    Copy the full SHA
    bcd3775 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Check filename rather than buffer-file-name for consistency (#280)

    Co-authored-by: Wade Zhang <dochang@gmail.com>
    10sr and dochang committed Oct 31, 2022
    Copy the full SHA
    bd1d9c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Prepare v0.9.1 (#281)

    10sr committed Nov 7, 2022
    Copy the full SHA
    3352e48 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

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

Commits on Dec 23, 2022

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

Commits on Dec 28, 2022

  1. chore: Place emacs dependency to the front (#285)

    * chore: Place emacs dependency infront
    
    * Update copyright year
    jcs090218 committed Dec 28, 2022
    Copy the full SHA
    b804370 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Drop Emacs 24.x and 25.x (#286)

    * Drop Emacs 24.x and 25.x
    
    * test(build.yaml): Make fail-fast to false
    
    * Update CI test
    
    * docs: Update changelog
    
    * Revert author information
    jcs090218 committed Jan 3, 2023
    Copy the full SHA
    5a80a5a View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Add support for some treesit modes (#287)

    Includes: c, c++, cmake, csharp, css, java, Python, ruby, rust, yaml
    nasyxx committed Jan 9, 2023
    Copy the full SHA
    ce5d435 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Add indent variable associations for numerous tree-sitter modes (#290)

    * Add indent variable associations for numerous tree-sitter modes
    
    * build: Correct csharp-ts-mode variable reference
    mohkale committed Feb 12, 2023
    Copy the full SHA
    2d13945 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

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

Commits on Mar 2, 2023

  1. Fix compilation warnings in Emacs 29 (#292)

    Fix a bunch of compilation warnings in Emacs 29 about wrong usage of
    unescaped single quotes in docstrings.
    simenheg committed Mar 2, 2023
    Copy the full SHA
    e1a391a View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

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

Commits on Apr 9, 2023

  1. Copy the full SHA
    d4fb5f5 View commit details
    Browse the repository at this point in the history
  2. Add bash-ts-mode to editorconfig-indentation-alist (#296)

    Co-authored-by: Hong Xu <hong@topbug.net>
    mohkale and xuhdev committed Apr 9, 2023
    Copy the full SHA
    ad02194 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Copy the full SHA
    479c151 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    541ae8f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

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

Commits on May 7, 2023

  1. Load subr-x when compiling (#302)

    `when-let` depends on this.
    10sr committed May 7, 2023
    Copy the full SHA
    9a3569a View commit details
    Browse the repository at this point in the history
  2. Check mode-class property for special modes (#301)

    In addition to checking parent mode
    10sr committed May 7, 2023
    Copy the full SHA
    e6038c7 View commit details
    Browse the repository at this point in the history
  3. Update version string

    10sr committed May 7, 2023
    Copy the full SHA
    dfce47f View commit details
    Browse the repository at this point in the history
  4. Revert "Update version string"

    This reverts commit dfce47f.
    10sr committed May 7, 2023
    Copy the full SHA
    b0bd25b View commit details
    Browse the repository at this point in the history
  5. Prepare v0.10.0 (#303)

    * Update CHANGELOG
    
    * Update CHANGELOG
    
    * Update version string
    10sr committed May 7, 2023
    Copy the full SHA
    a8b31c9 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Fix when-let (again) (#305)

    * Fix compile of editorconfig-core
    
    * Use when-let* instead of when-let
    10sr committed May 19, 2023
    Copy the full SHA
    f5fc0eb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    10a77b4 View commit details
    Browse the repository at this point in the history
  3. Prepare v0.10.1 (#307)

    10sr committed May 19, 2023
    Copy the full SHA
    ed76077 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG (#308)

    10sr committed May 19, 2023
    Copy the full SHA
    fad7644 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

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

Commits on May 26, 2023

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

Commits on Aug 2, 2023

  1. test: Emacs 29.1 (#311)

    jcs090218 committed Aug 2, 2023
    Copy the full SHA
    ca383ec View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    027845b View commit details
    Browse the repository at this point in the history
  3. Add support for hcl-mode (#312)

    10sr committed Aug 2, 2023
    Copy the full SHA
    df0e518 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Support protobuf-mode (#316)

    futpib committed Aug 30, 2023
    Copy the full SHA
    2fed959 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. chore: add lua-ts-mode (#317)

    Introduced in `emacs` in `b6659e98a4fcaa44477b64d7782243feca020418`.
    llllvvuu committed Sep 19, 2023
    Copy the full SHA
    4bf871b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Add php-ts-mode (#318)

    zonuexe committed Dec 18, 2023
    Copy the full SHA
    6a755d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

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

Commits on Jan 9, 2024

  1. Add jsonian-mode (#320)

    zonuexe committed Jan 9, 2024
    Copy the full SHA
    9780a07 View commit details
    Browse the repository at this point in the history