Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
sbws
Commits
de2154d4
Commit
de2154d4
authored
Mar 16, 2021
by
juga
Browse files
fix: Indent by default to 2 except python files
also uncomment final newline. Can be commented again in case it fails
parent
279874f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
.editorconfig
View file @
de2154d4
...
...
@@ -7,21 +7,15 @@ root = true
[*]
indent_style = space
# this remove EOF new line with some editors
# insert_final_newline = true
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
charset = utf-8
max_line_length = 79
indent_size = 2
[*.py]
indent_size = 4
[Makefile]
indent_style = tab
[*.ini]
indent_size = 4
[*.yml]
indent_size = 2
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment