Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 7a60eab

Browse files
gasinveinx80486
authored andcommitted
init ready-made flatpak
1 parent 746ea89 commit 7a60eab

9 files changed

+13540
-0
lines changed

.editorconfig

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# EditorConfig helps developers define and maintain consistent coding styles
2+
# between different editors and IDEs (editorconfig.org)
3+
4+
root = true
5+
6+
[*]
7+
continuation_indent_size = 4
8+
max_line_length = 120
9+
indent_style = space
10+
indent_size = 2
11+
12+
# Keep these unchanged
13+
trim_trailing_whitespace = true
14+
insert_final_newline = true
15+
end_of_line = lf
16+
charset = utf-8

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#
2+
# https://help.github.com/articles/dealing-with-line-endings/#platform-all
3+
* text eol=lf

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#
2+
# Excludes
3+
.flatpak-builder/
4+
.idea/
5+
build/
6+
7+
.DS_Store
8+
Thumbs.db
9+
*.iml
10+
11+
12+
# Includes

0 commit comments

Comments
 (0)