asciidoc editorconfig
authorHeiko Schlittermann <hs@schlittermann.de>
Thu, 25 Feb 2016 08:00:03 +0100
changeset 28 3431ec3ab97c
parent 27 c1d260ead8fa
child 29 540748929fa3
asciidoc editorconfig
.editorconfig
--- a/.editorconfig	Thu Feb 25 07:59:44 2016 +0100
+++ b/.editorconfig	Thu Feb 25 08:00:03 2016 +0100
@@ -17,7 +17,7 @@
 end_of_line = lf
 insert_final_newline = true
 
-[*.{c,h,cxx,pl,pm}]
+[*.{c,h,cxx,pl,pm,asciidoc}]
 indent_style = space
 indent_size = 4
 tab_width = 8