Skip to content

Commit

Permalink
Updated editor config
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom committed Jul 10, 2024
1 parent 96f8a83 commit 97b3a46
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,26 @@ trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.yml]
indent_size = 2

[*.hpp]
indent_style = space
indent_size = 4

[*.cpp]
indent_style = space
indent_size = 4

[*.sqf]
indent_style = space
indent_size = 4

[*.py]
indent_style = space
indent_size = 4

[*.json]
indent_style = space
indent_size = 4

0 comments on commit 97b3a46

Please sign in to comment.