Hook up some basic formatting configuration for vscode #2655
Conversation
|
@acoates-ms Does that mean that the .js/ts files would have LF only even on windows? |
|
"lf" means normalize to LF on check-in, keeps as LF when checked out on Windows. So my question is why do you want to keep LF only on Windows? In the past this has been problematic for editing (e.g. notepad) but it's gotten better. Is there something that REQUIRES keeping it LF on Windows? Is it because of lint rules? |
|
Yes, the community linting rules require the files to be LF. |
388743e
into
master
1 of 18 checks passed
1 of 18 checks passed
AzureDevOps - PR (Windows Visual Studio with Win32 PR ArmDebug)
Windows Visual Studio with Win32 PR ArmDebug failed
Details
AzureDevOps - PR (Windows Visual Studio with Win32 PR ArmRelease)
Windows Visual Studio with Win32 PR ArmRelease failed
Details
AzureDevOps - PR (Windows Visual Studio with Win32 PR X64Debug)
Windows Visual Studio with Win32 PR X64Debug failed
Details
AzureDevOps - PR (Windows Visual Studio with Win32 PR X64Release)
Windows Visual Studio with Win32 PR X64Release failed
Details
AzureDevOps - PR (Windows Visual Studio with Win32 PR X86Debug)
Windows Visual Studio with Win32 PR X86Debug failed
Details
AzureDevOps - PR (Windows Visual Studio with Win32 PR X86Release)
Windows Visual Studio with Win32 PR X86Release failed
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.


Things coming later:
Microsoft Reviewers: Open in CodeFlow