Skip to content

Commit

Permalink
chore: Extend .editorconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Kurbatov <[email protected]>
  • Loading branch information
Alexander Kurbatov committed Feb 2, 2020
1 parent 1572f96 commit c7638d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
root = true

[*.{cpp,h}]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

0 comments on commit c7638d4

Please sign in to comment.