File tree 7 files changed +33
-2
lines changed
cuda/{{cookiecutter.project_slug}}
cxx/{{cookiecutter.project_slug}}
go/{{cookiecutter.project_slug}}
py/{{cookiecutter.project_slug}}
rs/{{cookiecutter.project_slug}}
ts/{{cookiecutter.project_slug}}
7 files changed +33
-2
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,7 @@ insert_final_newline = true
9
9
max_line_length = 120
10
10
tab_width = 4
11
11
trim_trailing_whitespace = true
12
+
13
+ [* .md ]
14
+ max_line_length = off
15
+ trim_trailing_whitespace = false
Original file line number Diff line number Diff line change @@ -11,4 +11,8 @@ tab_width = 4
11
11
trim_trailing_whitespace = true
12
12
13
13
[Makefile ]
14
- indent_style = tab
14
+ indent_style = tab
15
+
16
+ [* .md ]
17
+ max_line_length = off
18
+ trim_trailing_whitespace = false
Original file line number Diff line number Diff line change @@ -11,4 +11,8 @@ tab_width = 4
11
11
trim_trailing_whitespace = true
12
12
13
13
[Makefile ]
14
- indent_style = tab
14
+ indent_style = tab
15
+
16
+ [* .md ]
17
+ max_line_length = off
18
+ trim_trailing_whitespace = false
Original file line number Diff line number Diff line change @@ -12,3 +12,7 @@ trim_trailing_whitespace = true
12
12
13
13
[{Makefile,* .go} ]
14
14
indent_style = tab
15
+
16
+ [* .md ]
17
+ max_line_length = off
18
+ trim_trailing_whitespace = false
Original file line number Diff line number Diff line change @@ -12,3 +12,7 @@ trim_trailing_whitespace = true
12
12
13
13
[Makefile ]
14
14
indent_style = tab
15
+
16
+ [* .md ]
17
+ max_line_length = off
18
+ trim_trailing_whitespace = false
Original file line number Diff line number Diff line change @@ -12,3 +12,7 @@ trim_trailing_whitespace = true
12
12
13
13
[Makefile ]
14
14
indent_style = tab
15
+
16
+ [* .md ]
17
+ max_line_length = off
18
+ trim_trailing_whitespace = false
Original file line number Diff line number Diff line change @@ -9,3 +9,10 @@ insert_final_newline = true
9
9
max_line_length = 120
10
10
tab_width = 4
11
11
trim_trailing_whitespace = true
12
+
13
+ [Makefile ]
14
+ indent_style = tab
15
+
16
+ [* .md ]
17
+ max_line_length = off
18
+ trim_trailing_whitespace = false
You can’t perform that action at this time.
0 commit comments