mirror of
https://github.com/thepigeongenerator/cpusetcores.git
synced 2025-12-16 13:35:46 +01:00
fix: .editorconfig used indent_size, which should be equal to tab
This commit is contained in:
@@ -5,8 +5,8 @@ trim_trailing_whitespace = true
|
||||
|
||||
[*.{c,h}]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
indent_size = tab
|
||||
|
||||
[{makefile,Makefile}]
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
indent_size = tab
|
||||
|
||||
Reference in New Issue
Block a user