]> git.sev.monster Git - dotfiles.git/blob - .editorconfig
replace modeline with editorconfig; small fixes
[dotfiles.git] / .editorconfig
1 root = true
2
3 [*]
4 charset = utf-8
5
6 max_line_length = 79
7 end_of_line = lf
8 insert_final_newline = true
9 trim_trailing_whitespace = true
10
11 tab_width = 8
12 indent_style = space
13 indent_size = 4
14
15 [/etc/fontconfig/fonts.conf]
16 indent_size = 2
This page took 0.02908 seconds and 4 git commands to generate.