Skip to content

Commit 45c5fc1

Browse files
First release
1 parent 46e4322 commit 45c5fc1

14 files changed

+353
-1395
lines changed

.editorconfig

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
charset = utf-8
9+
end_of_line = lf
10+
insert_final_newline = true
11+
12+
[*.php]
13+
indent_style = tab
14+
indent_size = 4
15+
trim_trailing_whitespace = true
16+
insert_final_newline = true
17+
[*.js]
18+
indent_style = tab
19+
[*.css]
20+
indent_style = tab
21+
[*.xml]
22+
indent_style = tab
23+
[*.md]
24+
trim_trailing_whitespace = false

.gitattributes

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Set default behaviour, in case users don't have core.autocrlf set.
2+
* text=auto
3+
4+
5+
# Explicitly declare text files we want to always be normalized and converted
6+
# to native line endings on checkout.
7+
*.php text eol=lf
8+
*.sql text eol=lf
9+
*.htm text eol=lf
10+
*.html text eol=lf
11+
*.js text eol=lf
12+
*.css text eol=lf
13+
*.lang text eol=lf
14+
*.txt text eol=lf
15+
*.md text eol=lf
16+
*.bat text eol=lf
17+
18+
# Denote all files that are truly binary and should not be modified.
19+
*.ico binary
20+
*.png binary
21+
*.jpg binary
22+
*.odt binary
23+
*.odf binary

.idea/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/doliproject.iml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

LICENSE

Lines changed: 0 additions & 674 deletions
This file was deleted.

bin/module_doliproject-1.0.zip

-65.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)