13 lines
156 B
INI
13 lines
156 B
INI
root = true
|
|
|
|
[*.{js,py}]
|
|
charset = utf-8
|
|
|
|
[*.yml]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
# Tab indentation (no size specified)
|
|
[Makefile]
|
|
indent_style = tab
|