mirror of
https://github.com/iKarith/cppo-ng.git
synced 2025-01-17 20:30:48 +00:00
Add git files and cppo to .editorconfig
If the use of a four-space tab for files under .git aside from patches (and commit messages if you use commit.verbose) is annoying to you, feel free to PR this to make the .editorconfig more specific. Additionally, cppo was not explicitly specified in editorconfig. EditorConfig applies rules based on filename, not filetype. That doesn't bother me--there is a vim modeline in the fiel. It might bother you if you use something else.
This commit is contained in:
parent
2c44e50316
commit
4091c970f4
@ -5,11 +5,15 @@ root = true
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
max_line_length=79
|
||||
max_line_length=80
|
||||
|
||||
[.git/**]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.py]
|
||||
[{*.py,cppo}]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
Loading…
x
Reference in New Issue
Block a user