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

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorResi Respati <resir014@gmail.com>2015-11-28 09:23:56 +0300
committerResi Respati <resir014@gmail.com>2015-11-28 09:23:56 +0300
commit1fc2350af752c1d3046163ea1bee13476836baad (patch)
tree8fdcfd81b4f014d91edf077c4295a72ae2263501 /.editorconfig
parent87145f8d4b3c96a28591f4f57597ce53c973c141 (diff)
Fixed comments
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 763de517a34..bb63c97c9e5 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -3,7 +3,7 @@
# top-most EditorConfig file
root = true
-# Tab indentation (no size specified)
+# Tab indentation
[*]
indent_style = tab
indent_size = 4