Skip to content

Commit 9eec47d

Browse files
Merge pull request #783 from XeroAPI/chore-end-of-line
chore: Change end of line formatting to LF
2 parents 0d29f3d + 8a0a5c8 commit 9eec47d

3 files changed

Lines changed: 23 additions & 23 deletions

File tree

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
root = true
22

33
[*]
4-
end_of_line = crlf
4+
end_of_line = lf
55
indent_style = tab
66
trim_trailing_whitespace = true
77
insert_final_newline = true

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
# Enforce CRLF to all files by default
3-
* text=auto eol=crlf
2+
# Enforce LF to all files by default
3+
* text=auto eol=lf
44

55
#
66
# The above will handle all files NOT found below

.gitignore

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
node_modules
2-
*.tgz
3-
lib/**/*
4-
npm-debug.log
5-
*.pdf
6-
*config.json
7-
*config?.json
8-
privatekey.pem
9-
*.scratch.ts
10-
scratch.ts
11-
scratch*
12-
xero-login.json
13-
oAuthState.json
14-
*.orig
15-
*junit.xml
16-
.DS_Store
17-
.idea
18-
.vscode
19-
dist/
20-
build_notes.md
1+
node_modules
2+
*.tgz
3+
lib/**/*
4+
npm-debug.log
5+
*.pdf
6+
*config.json
7+
*config?.json
8+
privatekey.pem
9+
*.scratch.ts
10+
scratch.ts
11+
scratch*
12+
xero-login.json
13+
oAuthState.json
14+
*.orig
15+
*junit.xml
16+
.DS_Store
17+
.idea
18+
.vscode
19+
dist/
20+
build_notes.md

0 commit comments

Comments
 (0)