Skip to content

Commit

Permalink
chore: update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
trollixx committed Sep 18, 2023
1 parent 9576290 commit 5db808c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,12 @@ indent_style = space
max_line_length = 100
trim_trailing_whitespace = true

[*.{json,xml,xml.in,yml}]
[{*.cmake,CMakeLists.txt}]
# TODO: indent_size = 2
indent_size = 4

[*.json]
indent_size = 2

[*.{yaml,yml}]
indent_size = 2

0 comments on commit 5db808c

Please sign in to comment.