Skip to content

Commit 57c7606

Browse files
authored
updating 'dot' files from CPS Handbook (#147)
* updating 'dot' files from CPS Handbook * updating 'dot' files from CPS Handbook - actually the previous one was superior
1 parent b6ef2df commit 57c7606

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.editorconfig

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,19 @@ indent_size = 4
2626
indent_style = space
2727
insert_final_newline = true
2828

29-
[*.{java,scala,js,json,css}]
29+
[*.{java,scala,js,json,css,ts}]
3030
indent_size = 2
3131
indent_style = space
3232
insert_final_newline = true
3333
max_line_length = 120
3434

3535
[*.md]
36-
trim_trailing_whitespace = false
36+
max_line_length = 120
37+
insert_final_newline = true
38+
39+
[*.{sql,dd}]
40+
indent_size = 4
41+
indent_style = space
42+
end_of_line = crlf
43+
insert_final_newline = true
44+
max_line_length = 120

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,10 @@
2727
# Also if a repo is accessed in Windows via a file share from Linux, the scripts will work too
2828
*.cmd text eol=crlf
2929
*.bat text eol=crlf
30+
31+
# Treat certain files as binary
32+
*.png binary
33+
*.ttf binary
34+
*.jar binary
35+
*.pdf binary
36+
*.pptx binary

0 commit comments

Comments
 (0)