generated from sethub/template
12 lines
142 B
INI
12 lines
142 B
INI
# EditorConfig : http://EditorConfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
tab_width = 8
|
|
|
|
[Makefile*]
|
|
indent_style = tab
|