Skip to content

Commit 60e276b

Browse files
committed
Add trailing new lines
1 parent 581347b commit 60e276b

60 files changed

Lines changed: 62 additions & 62 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ root = true
22

33
[*]
44
end_of_line = crlf
5-
insert_final_newline = false
5+
insert_final_newline = true
66
charset = utf-8
77
indent_style = space
88
indent_size = 4
99
trim_trailing_whitespace = true
1010

1111
[*.yml]
12-
indent_size = 2
12+
indent_size = 2

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
# Linguistics
1111
# Exclude included files and examples from stats
1212
include/* linguist-vendored
13-
extra/* linguist-vendored
13+
extra/* linguist-vendored

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 1 addition & 1 deletion

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 1 addition & 1 deletion

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion

.github/workflows/arma.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- name: Check for BOM
2020
uses: arma-actions/bom-check@master
2121
with:
22-
path: "addons"
22+
path: "addons"

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Exports/
1414
*.biprivatekey
1515
*.zip
1616
*.pbo
17-
*.sqfc
17+
*.sqfc

.hemtt/hooks/post_release/01_move_readme.rhai

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ readme.replace("0.0.0",
1010
HEMTT_RFS.join("README.md")
1111
.create_file()
1212
.write(readme);
13-
print("README.md version set to " + HEMTT.project().version());
13+
print("README.md version set to " + HEMTT.project().version());

.hemtt/hooks/pre_build/01_set_version.rhai

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ readme.replace("0.0.0",
2323
HEMTT_VFS.join("README.md")
2424
.create_file()
2525
.write(readme);
26-
print("README.md version set to " + HEMTT.project().version());
26+
print("README.md version set to " + HEMTT.project().version());

0 commit comments

Comments
 (0)