aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
Commit message (Collapse)AuthorAge
* fix(editorconfig): fix indent style for `local.mk` (#31342)Theo Fabi2024-11-24
|
* build(editorconfig): set indent_size to 4 for python files (#21135)dundargoc2022-11-21
|
* chore(editorconfig): remove "charset" (#18541)zeertzjq2022-05-12
| | | | | | Hardcoding a charset causes trouble when porting Vim patches. I previously tried to unset "charset" for certain file extensions, but vim-patch.sh can generate more files, and automatically detecting file encoding is more correct anyway.
* chore(editorconfig): unset "charset" for *.vim and *.po fileszeertzjq2022-05-01
| | | There are *.vim and *.po files ported from Vim that use a non-UTF-8 encoding.
* chore(editorconfig): set max_line_length for .h and .in files (#16775)Maverun2021-12-24
|
* chore: set max_line_length in editorconfig (#16755)Gregory Anders2021-12-23
| | | | | | We established a while ago that 100 chars is our line length for both C and Lua. Not all editorconfig plugins support the "max_line_length" option, but many do (including all of the ones available for Vim/Neovim to the best of my knowledge).
* editorconfig: set default tab width to 8 (#9467)Jan Edmund Lazo2019-01-07
| | | | | Vim patches may include tabs in Vimscript test files. editorconfig uses "indent_size" for tabs if "tab_width" is unset so the user sees 2-width tabs.
* editorconfig: Fix charset name #9070Matěj Cepl2018-09-30
| | | | | | | | According to https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties the possible values of the charset property are "latin1", "utf-8", "utf-16be", "utf-16le", or "utf-8-bom" (case insensitive), not "utf_8" It breaks https://github.com/sgur/vim-editorconfig/ for example.
* editorconfig: Makefile uses 8-width tab indentJan Edmund Lazo2018-08-23
|
* editorconfig: handle Vim help files (#7354)Jan Edmund Lazo2017-10-04
|
* add .editorconfigJun T2016-02-23