Skip to content
This repository was archived by the owner on Mar 17, 2018. It is now read-only.

Commit 108cdce

Browse files
committed
added debian build
1 parent abbdbee commit 108cdce

File tree

18 files changed

+312
-1307
lines changed

18 files changed

+312
-1307
lines changed

.editorconfig

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,21 @@ end_of_line = crlf
99
indent_size = 4
1010
indent_style = space
1111
insert_final_newline = true
12-
trim_trailing_whitespace = true
12+
trim_trailing_whitespace = true
13+
14+
# Unix-style newlines with a newline ending every file
15+
[Makefile]
16+
end_of_line = crlf
17+
indent_size = 4
18+
indent_style = tab
19+
insert_final_newline = true
20+
trim_trailing_whitespace = true
21+
22+
23+
# Unix-style newlines with a newline ending every file
24+
[debian/*]
25+
end_of_line = crlf
26+
indent_size = 4
27+
indent_style = tab
28+
insert_final_newline = true
29+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)