You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .editorconfig
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ indent_style = tab
121
121
[*.{md,md.txt}]
122
122
indent_style = space
123
123
indent_size = 4
124
-
trim_trailing_whitespace = false
124
+
trim_trailing_whitespace = true # Note: this disables using two spaces to force a hard line break, which is permitted in Markdown. As we don't typically follow that practice (TMK), we should be safe to automatically trim.
125
125
126
126
# Set properties for `usage.txt` files:
127
127
[usage.txt]
Collapse file
.github/.keepalive
Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1 +1 @@
1
-
2024-12-01T02:37:14.354Z
1
+
2025-01-13T01:47:26.488Z
Collapse file
.github/workflows/test_install.yml
Copy file name to clipboardExpand all lines: .github/workflows/test_install.yml
0 commit comments