summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorRochet2 <rochet2@post.com>2018-02-12 10:22:19 +0200
committerFrancesco Borzì <borzifrancesco@gmail.com>2018-02-12 09:22:19 +0100
commit7fc800979d87784b8591d3ab7795af0121c37ff6 (patch)
tree904fc93cf3aa25eb28a34411f969e791abff1a33 /.editorconfig
parenteacf4100ca4029eaac3185394835009b58a921a4 (diff)
Add editorconfig (#789)
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000000..b0597dd794
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,8 @@
+[*]
+charset = utf-8
+indent_style = space
+indent_size = 4
+tab_width = 4
+insert_final_newline = true
+trim_trailing_whitespace = true
+max_line_length = 80