summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter-Jan Briers <pieterjan.briers@gmail.com>2018-02-16 19:44:47 +0100
committerPieter-Jan Briers <pieterjan.briers@gmail.com>2018-02-16 19:44:47 +0100
commit6861886f706af841442d599570d5f163cf0688ce (patch)
tree6218dad15eb95d8a7d74dcb80fd92f4283f8ef83
parent5bfb8e1bce518f340a8422acdd04bfce65934597 (diff)
Enforce insert_final_newline in the editorconfig.
-rw-r--r--.editorconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index ead5e14ca9..e51d0d4c60 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -4,6 +4,7 @@ root = true
charset = utf-8
end_of_line = lf
indent_style = tab
+insert_final_newline = true
[*.{cpp,hpp,c,h,mm}]
trim_trailing_whitespace = true