Add editorconfig

This commit is contained in:
Odd Stråbø 2021-04-13 06:35:11 +02:00
parent ce6bb8ed70
commit 792df5c1a5
2 changed files with 13 additions and 1 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

View File

@ -1,4 +1,4 @@
#!/bin/bash
git submodule foreach \
hub issue --format='%sC%>(8)%i%Creset %t% l%n%Cblue% U%Creset%n' --color=always
hub issue --format='%sC%>(8)%i%Creset %t% l%n%Cblue% U%Creset%n' --color=always