diff options
author | Jari Vetoniemi <mailRoxas@gmail.com> | 2018-04-08 18:19:40 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-08 18:19:40 +0300 |
commit | b735a4842c3eee8f1a7dbeda2d49c91faface16f (patch) | |
tree | 8d3985048c0a517b7bd6821a423f79484d3d2233 /.editorconfig | |
parent | d6261274cf0b3aa51ce8ea7418a79495b20ad558 (diff) | |
parent | 17aa5e21bfdf08adeb65e4f40cd3e059cf7432ba (diff) | |
download | bemenu-b735a4842c3eee8f1a7dbeda2d49c91faface16f.tar.gz bemenu-b735a4842c3eee8f1a7dbeda2d49c91faface16f.tar.bz2 bemenu-b735a4842c3eee8f1a7dbeda2d49c91faface16f.zip |
Merge pull request #31 from SirCmpwn/layer-shell
Port to wlroots layer shell
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..30ab761 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf + +[*.{c,h,cmake,txt}] +indent_style = space +indent_size = 4 |