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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2017-03-22 01:05:27 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2017-03-22 01:05:27 +0300
commitb58e05227c32ec16523562ce6cab4c3a65a99a59 (patch)
tree7bc3c10f47dfddb4b1d8658c26751608782ef87e /.editorconfig
parent98d2c4f19fe14d4f95763b7e0c142bc66ef1cc5b (diff)
Fix our .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 412a913054..df5b803581 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -4,9 +4,9 @@
root = true
# Baseline
+[*]
charset = utf-8
indent_style = tab
-indent_size = 4
trim_trailing_whitespace = true
max_line_length = 120