aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/.editorconfig
diff options
context:
space:
mode:
authorGravatar kkm <kkm@smartaction.com>2018-03-12 20:33:21 -0700
committerGravatar kkm <kkm@smartaction.com>2018-03-12 20:33:21 -0700
commit3cf219334c22c76217387e956cf32155ff797afa (patch)
tree378dfbfb33ba3270a0bd12bd93e189685477e6a0 /src/csharp/.editorconfig
parent785dda80dc1115df5af903b6fe9a15db90ea33b1 (diff)
Minor changes to control files from Tools package rework
Diffstat (limited to 'src/csharp/.editorconfig')
-rw-r--r--src/csharp/.editorconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/csharp/.editorconfig b/src/csharp/.editorconfig
index 7bc2bcce18..fabce7f5ba 100644
--- a/src/csharp/.editorconfig
+++ b/src/csharp/.editorconfig
@@ -1,5 +1,6 @@
root = true
[**]
+charset = utf-8 ; Implies no BOM.
end_of_line = LF
indent_style = space
indent_size = 4