"vscode:/vscode.git/clone" did not exist on "627e82e9059fb6e166b9be2056c3de6304b20150"
Commit 1cda2d73 authored by Christian Hesse's avatar Christian Hesse
Browse files

add editorconfig file to give hints to editors

We use an unusual indent of three spaces. Let's give editors a hint
about that.
parent 68c3270b
# EditorConfig configuration for htop
# http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file, utf-8 charset
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
# match C source and header files, set indent to three spaces
[*.{c,h}]
indent_style = space
indent_size = 3
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment