Skip to content

Commit fd5e7d4

Browse files
Merge pull request #384 from kvakvs/mph-speed-limits
Add Speed Limits for Miles per Hour
2 parents a369f11 + c511807 commit fd5e7d4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+1032
-428
lines changed

TLM/.editorconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = true
2+
3+
[*.{cs,vb}]
4+
indent_style = tab
5+
indent_size = 8
6+
trim_trailing_whitespace = true
7+
8+
[*.cs]
9+
# csharp_new_line_before_open_brace = methods

0 commit comments

Comments
 (0)