Skip to content

Commit

Permalink
#1 [Mod] add: missing editorconfig and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia committed Feb 28, 2024
1 parent cb9ec32 commit 09f138a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# EditorConfig is awesome: https://editorconfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true

[*.php]
indent_size = 4

[*.md]
trim_trailing_whitespace = false
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"author": "Evarisk",
"contributors": [
{
"name": "Evarisk",
"email": "[email protected]"
}
],
"license": "GPLv3"
}

0 comments on commit 09f138a

Please sign in to comment.