kdeconnect-kde/.editorconfig
Nicolas Fella bf03990b75 Add editorconfig file
Summary: editorconfig is a cross-editor way of keeping basic coding style standards, e.g. indentation

Reviewers: #kde_connect, albertvaka

Reviewed By: #kde_connect, albertvaka

Subscribers: apol, albertvaka, sredman, kdeconnect

Tags: #kde_connect

Differential Revision: https://phabricator.kde.org/D16533
2018-10-31 16:51:32 +01:00

9 lines
144 B
INI

# top-most EditorConfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
charset = utf-8