Skip to content

Commit

Permalink
feat(ci): Add new editorconfig options for better compatibility (endl…
Browse files Browse the repository at this point in the history
  • Loading branch information
alextd authored Nov 6, 2024
1 parent 8b1e9d7 commit ff23e69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ indent_style = tab
# Code files
[{*.{cpp,h,rc,hpp}, SConstruct, SConscript}]
indent_style = tab
cpp_space_pointer_reference_alignment = right
cpp_space_after_keywords_in_control_flow_statements = false
# Except any third-party libraries
[catch.hpp]
indent_style = unset
Expand Down

0 comments on commit ff23e69

Please sign in to comment.