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: docs/rules/linebreak-style.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Disallow mixing CRLF and LF linebreaks (linebreak-style)
1
+
# Enforce linebreak style (linebreak-style)
2
2
3
3
When developing with a lot of people all having different editors, VCS applications and operating systems it may occur that
4
4
different line endings are written by either of the mentioned (might especially happen when using the windows and mac versions of SourceTree together).
@@ -12,15 +12,14 @@ Many versioning systems (like git and subversion) can automatically ensure the c
12
12
13
13
## Rule Details
14
14
15
-
This rule aims to ensure having consistent line endings independent of operating system, VCS or editor used.
15
+
This rule aims to ensure having consistent line endings independent of operating system, VCS or editor used across your codebase.
0 commit comments