David Blume's GitList
Repositories
testpython.git
Code
Commits
Branches
Tags
Search
Tree:
5230524
Branches
Tags
main
python2
testpython.git
.editorconfig
Make tab the indent style for Makefiles
dblume
commited
5230524
at 2025-04-22 23:04:32
.editorconfig
Blame
History
Raw
root = true [*] end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 [Makefile] indent_style = tab [*.{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