Skip to content

Commit 32de22c

Browse files
committed
chore: add .editorconfig for consistent coding styles and formatting
1 parent 8e3ee77 commit 32de22c

File tree

3 files changed

+1269
-1223
lines changed

3 files changed

+1269
-1223
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[*.{cs,csx}]
2+
# Non-configurable behaviors
3+
charset = utf-8
4+
insert_final_newline = true
5+
trim_trailing_whitespace = true
6+
dotnet_sort_system_directives_first = true
7+
dotnet_separate_import_directive_groups = false
8+
9+
# Configurable behaviors
10+
# end_of_line = lf - there is no 'auto' with an .editorconfig
11+
indent_style = space
12+
indent_size = 2
13+
max_line_length = 140

0 commit comments

Comments
 (0)