summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-11-11 11:14:38 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-11-11 11:14:38 -0500
commitd1207d34c1d99eba9ebf85c98d267ee7e955ea7d (patch)
tree58e091a204cf289b87e1e253c3b9961ca76cfdee /.editorconfig
parentd469e89520009893bbf2a5f074c8091ea1953779 (diff)
downloadchat-d1207d34c1d99eba9ebf85c98d267ee7e955ea7d.tar.gz
chat-d1207d34c1d99eba9ebf85c98d267ee7e955ea7d.tar.bz2
chat-d1207d34c1d99eba9ebf85c98d267ee7e955ea7d.zip
Update .editorconfig to end files with newlines (#4533)
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig
index b8bc90393..caa8897a3 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -4,7 +4,7 @@ root = true
[*]
end_of_line = lf
-insert_final_newline = false
+insert_final_newline = true
charset = utf-8
[*.go]
@@ -28,4 +28,4 @@ indent_style = tab
[*.scss]
indent_style = space
-indent_size = 4 \ No newline at end of file
+indent_size = 4