aboutsummaryrefslogtreecommitdiffstats
path: root/.github/.editorconfig
Commit message (Collapse)AuthorAge
* editorconfig: add indentation rulesLibravatar Kelvin M. Klann2023-02-20
Commands used to list the file extensions used in the project: $ git ls-files | sed -En 's/.*(\.[^.]+)$/\1/p' | LC_ALL=C sort | uniq -c For rules that are more specific to a given directory, put a dedicated .editorconfig file in it.