]> git.sev.monster Git - dotfiles.git/blame - .editorconfig
vimrc: fix modeline aucmd
[dotfiles.git] / .editorconfig
CommitLineData
e69caf64 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]
e58d8e74 16indent_size = 1
This page took 0.043154 seconds and 4 git commands to generate.