@b4n commented on this pull request.


In .editorconfig:

> @@ -0,0 +1,11 @@
+root = true
+
+[*]
+indent_size = 4
+end_of_line = lf
+
+[*.{c,h,cxx,am,m4}]
+indent_style = tab

Seems its spelled indent_size :) And I'd be surprised if there was no way to change the indentation size when using spaces. Though, there indeed might be a setting to select the tab width, which might be different from the indentation step size.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.