Commit 08e9b95
committed
style(templates): add trailing newlines to styleguide templates
Ensure that styleguide templates comply with POSIX standards by ending with a newline character. This improves
compatibility with command-line tools and ensures consistent formatting for generated files.
Modified files:
- templates/code_styleguides/go.md
- templates/code_styleguides/html-css.md
- templates/code_styleguides/javascript.md
- templates/code_styleguides/python.md
- templates/code_styleguides/typescript.md
Signed-off-by: Nathen Harvey <nathenharvey@google.com>1 parent 716c758 commit 08e9b95
File tree
5 files changed
+5
-5
lines changed- templates/code_styleguides
5 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
0 commit comments