summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2016-07-06 17:43:36 +0900
committerMichel Dänzer <michel@daenzer.net>2016-07-12 16:03:51 +0900
commit84496ebc89a9973347c774c13ff6f4667fcdbe69 (patch)
treeb978748e5ba1eddb08cca46802b733703a48ed0f /.editorconfig
parenta576430526cbc404de64b30e1377a356644e8024 (diff)
Add .editorconfig file
Basically a conversion from .dir-locals.el. EditorConfig supports many more editors and IDEs. (Ported from radeon commit aa07b365d7b0610411e118f105e49daff5f5a5cf) Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..009bfe6
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,7 @@
+root=true
+
+[*]
+indent_style=tab
+tab_width=8
+indent_size=8
+charset=utf-8