mirror of
https://github.com/thepigeongenerator/sdl_template.git
synced 2025-12-17 14:05:46 +01:00
modify indent_size so users can customise it
users can set `tab_size` in their `~/.editorconfig` file, for their preferred tab rendering width, whilst each indent remains 1 tab.
This commit is contained in:
@@ -12,11 +12,11 @@ indent_size = 4
|
||||
|
||||
[*.{c,h,cpp,hpp,rs}]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
indent_size = tab
|
||||
|
||||
[makefile]
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
indent_size = tab
|
||||
|
||||
[*.{yaml,json}]
|
||||
indent_style = space
|
||||
|
||||
Reference in New Issue
Block a user