mirror of
https://github.com/thepigeongenerator/cpusetcores.git
synced 2025-12-16 21:45: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}]
|
[*.{c,h}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 4
|
indent_size = tab
|
||||||
|
|
||||||
[{makefile,Makefile}]
|
[{makefile,Makefile}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 2
|
indent_size = tab
|
||||||
|
|||||||
Reference in New Issue
Block a user