project-configuration/cookiecutter-python/{{ cookiecutter.project_slu.../.editorconfig

21 lines
358 B
INI

# top-most EditorConfig file
root = true
[*]
# Unix-style newlines with a newline ending every file
end_of_line = lf
insert_final_newline = True
indent_style = space
indent_size = 2
charset = utf-8
# Whitespace at the end of lines
trim_trailing_whitespace = True
[*.py]
indent_size = 4
# Tab indentation (no size specified)
[Makefile]
indent_style = tab