Skip to content
Snippets Groups Projects
Commit 11f5c4a4 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ENH: add an editorconfig file for IDE code formatting

parent abdcd0dc
No related branches found
No related tags found
No related merge requests found
# http://EditorConfig.org
# top-most EditorConfig file
root = true
# Apply to all code files
[*]
# A newline ending every file
insert_final_newline = true
# Set default charset
charset = utf-8
# 4 space indentation
indent_style = space
indent_size = 2
# Various options
trim_trailing_whitespace = true
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