зеркало из https://github.com/microsoft/LightGBM.git
20 строки
411 B
INI
20 строки
411 B
INI
root = true
|
|
|
|
[*]
|
|
charset=utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.{py,sh,js}]
|
|
indent_size = 4
|
|
|
|
# Placeholder files
|
|
[{*.gitkeep,__init__.py}]
|
|
insert_final_newline = none
|
|
|
|
# Tabs matter for Makefile and .gitmodules
|
|
[{makefile*,Makefile*,*.mk,*.mak,*.makefile,*.Makefile,GNUmakefile,BSDmakefile,make.bat,Makevars*,*.gitmodules}]
|
|
indent_style = tab
|