mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
21 lines
350 B
INI
21 lines
350 B
INI
# EditorConfig is awesome:
|
|
http://EditorConfig.org
|
|
|
|
# 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 = 2
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.cs]
|
|
indent_size = 4
|
|
|
|
[*.csproj]
|
|
indent_size = 2
|