2
0
mirror of https://github.com/rehlds/rehlds.git synced 2024-12-27 07:05:43 +03:00
rehlds/.editorconfig
2017-02-18 17:10:15 +05:00

12 lines
214 B
INI

# 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
insert_final_newline = true