.editorconfig: Update for more standards aware editors

This commit is contained in:
Michael du Breuil 2023-05-09 16:15:01 -07:00 committed by Andrew Tridgell
parent 0d6d16d4e4
commit 63f57fcdb9
1 changed files with 3 additions and 2 deletions

View File

@ -13,8 +13,9 @@ indent_style = space
indent_size = 4 indent_size = 4
end_of_line = lf end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = false # These are the correct rules for APM coding standards, but fixing up old files causes git spam # These are the correct rules for APM coding standards, but fixing up old files causes git spam
insert_final_newline = false trim_trailing_whitespace = false
insert_final_newline = true
[*.mk] [*.mk]
indent_style = tab indent_style = tab