Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/debugger-libs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/CorApi
diff options
context:
space:
mode:
authorArtem Bukhonov <Artem.Bukhonov@jetbrains.com>2016-12-30 00:58:56 +0300
committerArtem Bukhonov <Artem.Bukhonov@jetbrains.com>2016-12-30 00:58:56 +0300
commit220a7e4afe2006257a96fabdaa0ad76b54c8354b (patch)
tree4d9c1d2b506cbd49fae0ab36723c1a350012ef7e /CorApi
parent297752e2572fac922e7aa1cbb77f03ebe8d2d2bf (diff)
.editorconfig files for CorDebug projects.
Makes editing easier because CorApi* and Mono.Debugging has different code styles.
Diffstat (limited to 'CorApi')
-rw-r--r--CorApi/.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/CorApi/.editorconfig b/CorApi/.editorconfig
new file mode 100644
index 0000000..f3a408c
--- /dev/null
+++ b/CorApi/.editorconfig
@@ -0,0 +1,4 @@
+[*.cs]
+indent_style = space
+indent_size = 4
+end_of_line = crlf \ No newline at end of file