1
0
Fork 0
mirror of synced 2024-06-16 19:31:08 -04:00
tmux-config/.editorconfig

14 lines
204 B
INI
Raw Normal View History

2018-05-23 04:44:18 -04:00
# 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