Skip to content
Snippets Groups Projects
Commit b4bd8660 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Update .editorconfig

parent 387a3cb2
No related branches found
No related tags found
2 merge requests!272Review loadleveler page,!1Update .editorconfig
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# Matches multiple files with brace expansion notation
# Set default charset
[*.{md,js,py}]
charset = utf-8
# 4 space indentation
[*.{md,py}]
indent_style = space
indent_size = 4
# Tab indentation (no size specified)
[Makefile]
indent_style = tab
# Indentation override for all JS under lib directory
[lib/**.js]
indent_style = space
indent_size = 2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment