2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2025-01-13 23:28:23 +03:00
metamod-r/.editorconfig

13 lines
246 B
INI
Raw Normal View History

2017-11-18 22:35:51 +07:00
# Manual:
# http://EditorConfig.org
# top-most EditorConfig file
root = true
# 1 tab = 4 spaces indentation and with a newline ending every file
[*]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
2017-11-18 22:35:51 +07:00
insert_final_newline = true