rehlds/.editorconfig

12 lines
214 B
INI
Raw Permalink Normal View History

2017-02-18 15:10:03 +03: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
insert_final_newline = true