branch: scratch/editorconfig-cc commit 9e9c4f706a4becbaddf888abc7bb5db77d348946 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Update .editorconfig for Makefile and .gitmodules --- .editorconfig | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 9d29006ba1..80c923d711 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,27 @@ - root = true +[*] +end_of_line = lf + +trim_trailing_whitespace = true +insert_final_newline = true + + [*.el] indent_style = space max_line_length = 80 + + +[Makefile] +indent_style = tab +tab_width = 4 + + +[.gitmodules] +indent_style = tab +tab_width = 4 + + +[*.yml] +indent_style = space +indent_size = 2