Skip to content

Commit

Permalink
Updated editor config (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom authored Jul 10, 2024
1 parent f1a0ed5 commit 821eb42
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,17 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

[*.sqf]
[*.yml]
indent_size = 2

[*.hpp]
indent_style = space
indent_size = 4

[*.yml]
indent_size = 2
[*.cpp]
indent_style = space
indent_size = 4

[*.sqf]
indent_style = space
indent_size = 4

0 comments on commit 821eb42

Please sign in to comment.