Tmux konfigurace

This commit is contained in:
Martin Blazik
2026-07-23 08:55:57 +02:00
parent 73bf83c722
commit 5570cef56c
4 changed files with 173 additions and 1 deletions

33
.editorconfig Normal file
View File

@@ -0,0 +1,33 @@
root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
indent_size = 4
indent_style = space
max_line_length = 120
[*.md]
trim_trailing_whitespace = false
indent_size = 2
[*.xml]
indent_size = 2
continuation_indent_size = 8
[*.{yaml,yml}]
indent_size = 2
[*.{htm,html}]
indent_size = 2
[*.json]
indent_size = 2
[Makefile]
indent_style = tab
[*.vsconfig]
end_of_line = crlf