David Blume's GitList
Repositories
testpython.git
Code
Commits
Branches
Tags
Search
Tree:
45c6465
Branches
Tags
main
python2
testpython.git
.editorconfig
Add .editorconfig
dblume
commited
45c6465
at 2025-04-22 13:14:49
.editorconfig
Blame
History
Raw
root = true [*] end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 [*.{py,c,cpp,h,hpp,json,y{a,}ml}] indent_style = space indent_size = 4 [*.{md,rst}] trim_trailing_whitespace = false indent_style = space indent_size = 4