Skip to content

Commit e2e8802

Browse files
warp-coremOctave
andauthored
style(editorconfig): Add json and py to editorconfig (endless-sky#10563)
Co-authored-by: mOctave <73318970+mOctave@users.noreply.github.com>
1 parent c63e24b commit e2e8802

6 files changed

+982
-979
lines changed

.editorconfig

+6-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ indent_style = tab
1616
indent_style = tab
1717
cpp_space_pointer_reference_alignment = right
1818
cpp_space_after_keywords_in_control_flow_statements = false
19-
# Except any third-party libraries
20-
[catch.hpp]
21-
indent_style = unset
2219

2320
# Changelog file
2421
[changelog]
@@ -44,10 +41,16 @@ trim_trailing_whitespace = false
4441
indent_style = space
4542
indent_size = 2
4643

44+
[*.py]
45+
indent_style = tab
46+
4747
[*.xml]
4848
indent_style = space
4949
indent_size = 2
5050

5151
[*.{yml,yaml}]
5252
indent_size = 2
5353
indent_style = space
54+
55+
[*.json]
56+
indent_style = tab

0 commit comments

Comments
 (0)