You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

37 lines
511 B

root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
tab_width = 4
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
[Makefile]
indent_style = tab
[*.{yml,yaml}]
indent_size = 2
tab_width = 2
[*.json]
indent_size = 2
tab_width = 2
insert_final_newline = ignore
[*.{go,gitmodules,gitattributes}]
indent_style = tab
[*.md]
trim_trailing_whitespace = false
indent_style = tab
[*.{py,js,sh}]
indent_size = 2
tab_width = 2
[.eslintrc]
indent_size = 2
tab_width = 2