mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
15 lines
278 B
INI
15 lines
278 B
INI
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Default settings:
|
|
# A newline ending every file
|
|
# Use tabs as indentation
|
|
# Trim trailing whitespace
|
|
[*]
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
|
|
[project.json]
|
|
indent_size = 2
|