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