1
0
Fork 0
mirror of synced 2024-05-24 19:15:17 -04:00
tmux-config/.editorconfig
Stefanos Kalantzis 7e69583736 add editorconfig
2018-05-23 10:44:18 +02:00

14 lines
204 B
INI

# http://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_size = 2
indent_style = space
trim_trailing_whitespace = true