Skip to content

Commit

Permalink
more rules in .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
shenlebantongying committed Feb 7, 2025
1 parent 4d26990 commit 33e6bd0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[src/**.{cc,hh}]
indent_style = space
indent_size = 2

0 comments on commit 33e6bd0

Please sign in to comment.