]> git.lizzy.rs Git - bspwm.git/blob - .editorconfig
bspwm: port rounded corners patch to latest version
[bspwm.git] / .editorconfig
1 # EditorConfig: https://editorconfig.org
2
3 # Top-most EditorConfig file
4 root = true
5
6 # Unix-style newlines with a newline ending every file
7 [*]
8 insert_final_newline = true
9 trim_trailing_whitespace = true
10 charset = utf-8
11 indent_style = tab
12 indent_size = 4