Skip to content

Commit f46da58

Browse files
committed
Add editorconfig to help OSS contributors
When switching between many different open source code bases, it can be cumbersome to constantly change editor settings in order to respect a given project's basic style preferences. EditorConfig is a popular format for representing those preferences so editors can automatically respect them. Many editors support EditorConfig out of the box, and many others have EditorConfig plugins: https://editorconfig.org/#pre-installed This commit adds a simple EditorConfig for ModSecurity-nginx.
1 parent d59e4ad commit f46da58

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[*]
2+
end_of_line = lf
3+
indent_style = space
4+
indent_size = 4
5+

0 commit comments

Comments
 (0)