[master] f53ec1029 Humble beginnings with editorconfig

Nils Goroll nils.goroll at uplex.de
Wed Jun 7 18:43:06 UTC 2023


commit f53ec1029b658f008b865468bb43581d0ca15144
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Jun 1 15:43:48 2023 +0200

    Humble beginnings with editorconfig
    
    https://editorconfig.org/

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..a1c4c2a6d
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,13 @@
+root = true
+
+[*]
+charset = utf-8
+max_line_length = 80
+end_of_line = lf
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.{c,h}]
+indent_style = tab
+indent_size = 8
+tab_width = 8


More information about the varnish-commit mailing list