mirror of
https://github.com/Aviortheking/games.git
synced 2025-06-26 12:19:18 +00:00
15 lines
219 B
INI
15 lines
219 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
max_line_length = 120
|
|
|
|
# Yaml Standard
|
|
[*.{yaml,yml}]
|
|
indent_style = space
|
|
indent_size = 2
|