Merge pull request 'Upgrade to 3.12' (#630) from python-3.12 into main
[inboxen.git] / .editorconfig
blobe9fc27a97c4d44598a97e5453558b6d06a288374
1 # top-most EditorConfig file
2 root = true
4 # Unix-style newlines with a newline ending every file
5 [*]
6 end_of_line = lf
7 insert_final_newline = true
8 trim_trailing_whitespace = true
9 indent_style = space
10 indent_size = 4
12 [{Makefile,*.mk}]
13 indent_style = tab