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
* Most files should contain `CRLF` line endings, as this is a Windows project and can't be used on
22
-
Unix-like operating systems.
21
+
* Most files should be committed with `LF` line endings.
22
+
Files can be checked out locally using CRLF if needed for Windows development using [git](https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_core_autocrlf).
23
23
24
24
### Indentation
25
25
* Indentation must be done with tabs (one per level), not spaces.
0 commit comments