mirror of
https://gitlab.com/commento/commento.git
synced 2025-04-27 18:20:29 -04:00
13 lines
138 B
INI
13 lines
138 B
INI
[.*]
|
|
charset: utf-8
|
|
end_of_line: lf
|
|
|
|
[*.go]
|
|
indent_style = tab
|
|
|
|
[*.js]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[Makefile]
|
|
indent_style = tab |