2
0
mirror of https://github.com/s1lentq/ReGameDLL_CS.git synced 2025-01-21 19:18:08 +03:00

12 lines
214 B
INI
Raw Normal View History

2017-05-05 03:00:48 +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
insert_final_newline = true