Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
root = true

[*]
end_of_line = crlf
end_of_line = lf
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Enforce CRLF to all files by default
* text=auto eol=crlf
# Enforce LF to all files by default
* text=auto eol=lf

#
# The above will handle all files NOT found below
Expand Down
40 changes: 20 additions & 20 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
node_modules
*.tgz
lib/**/*
npm-debug.log
*.pdf
*config.json
*config?.json
privatekey.pem
*.scratch.ts
scratch.ts
scratch*
xero-login.json
oAuthState.json
*.orig
*junit.xml
.DS_Store
.idea
.vscode
dist/
build_notes.md
node_modules
*.tgz
lib/**/*
npm-debug.log
*.pdf
*config.json
*config?.json
privatekey.pem
*.scratch.ts
scratch.ts
scratch*
xero-login.json
oAuthState.json
*.orig
*junit.xml
.DS_Store
.idea
.vscode
dist/
build_notes.md