项目文件夹

文件
Anish Athalye ca44e8f80d Make EditorConfig match Jupyter for notebooks
Jupyter notebook doesn't add a newline at EOF, so we shouldn't have
EditorConfig do it for .ipynb files either.
2022-04-06 18:21:58 -04:00

16 行
219 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
trim_trailing_whitespace = true
indent_size = 4
[*.ipynb]
insert_final_newline = false
[*.{yml,yaml}]
indent_size = 2