Skip to content

Commit

Permalink
EditorConfig: Separate indent style for libretro.
Browse files Browse the repository at this point in the history
Three spaces is weird, but better to be consistent and have the config
specify what's being used.
  • Loading branch information
unknownbrackets committed Jul 17, 2020
1 parent be80426 commit 50060c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ charset = utf-8-bom

[Windows/{aboutbox.rc,version.rc}]
charset = utf-16le

[libretro/**.{cpp,h}]
indent_style = space
indent_size = 3

0 comments on commit 50060c9

Please sign in to comment.