File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11root = true
22
33[* ]
4- end_of_line = crlf
4+ end_of_line = lf
55indent_style = tab
66trim_trailing_whitespace = true
77insert_final_newline = true
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments