Cosmos/Tests/.editorconfig
José Pedro 91a9ffc7ff
Fixed unit tests and added them to Test.sln.
Removed compiler unit tests.
2018-08-04 21:30:50 +01:00

12 lines
246 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