Theo Fabi
9e7b0bcf51
fix(editorconfig): fix indent style for local.mk
( #31342 )
2024-11-24 22:04:27 -06:00
dundargoc
5f7560b8da
build(editorconfig): set indent_size to 4 for python files ( #21135 )
2022-11-21 06:53:29 -07:00
zeertzjq
0c8e48c78d
chore(editorconfig): remove "charset" ( #18541 )
...
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.
2022-05-12 23:48:42 +08:00
zeertzjq
07660193a3
chore(editorconfig): unset "charset" for *.vim and *.po files
...
There are *.vim and *.po files ported from Vim that use a non-UTF-8 encoding.
2022-05-01 12:57:55 +08:00
Maverun
d2f62b3164
chore(editorconfig): set max_line_length for .h and .in files ( #16775 )
2021-12-24 22:35:38 -07:00
Gregory Anders
0d7a97224f
chore: set max_line_length in editorconfig ( #16755 )
...
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).
2021-12-23 06:46:57 -07:00
Jan Edmund Lazo
0c42e0e8b1
editorconfig: set default tab width to 8 ( #9467 )
...
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.
2019-01-07 02:15:19 +01:00
Matěj Cepl
84fcba9b01
editorconfig: Fix charset name #9070
...
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.
2018-09-30 17:02:19 +02:00
Jan Edmund Lazo
13673ea78d
editorconfig: Makefile uses 8-width tab indent
2018-08-23 13:47:15 -04:00
Jan Edmund Lazo
b7fe15d8f9
editorconfig: handle Vim help files ( #7354 )
2017-10-04 09:18:03 +02:00
Jun T
ac1f941edb
add .editorconfig
2016-02-23 18:03:27 +09:00