Skip to content
Snippets Groups Projects
Commit df92238c authored by Konstantin Nazarov's avatar Konstantin Nazarov Committed by Kirill Yukhin
Browse files

Add .editorconfig to properly detect indentation in editors

Editorconfig is a standard of defining indentation style and other
settings such as newline types for different file types in a project.

See https://editorconfig.org/

It is achieved by introducing a simple .editorconfig dotfile with
glob expressions and settings per fiile type. Editors then can read
this file and decide which indentation style they should use for a
given project file.
parent 16744224
No related merge requests found
Loading
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