[Codestyle] WinShellIntegration project: set LF line endings by default.

GitOrigin-RevId: a44e1f586bb42e5b9464f37d33a3e96247cce4eb
This commit is contained in:
Nikita Provotorov
2021-06-01 03:42:31 +07:00
committed by intellij-monorepo-bot
parent 0b6c89609c
commit 312153f5e4
4 changed files with 22 additions and 1 deletions

View File

@@ -4,8 +4,11 @@
!CMakeLists.txt
!README.md
!.idea/
!.idea/**
!build/
!build/**
!src/
!src/**
!src/**

8
native/WinShellIntegration/.idea/.gitignore generated vendored Normal file
View File

@@ -0,0 +1,8 @@
*
!.gitignore
!codeStyles/
codeStyles/*
!codeStyles/codeStyleConfig.xml
!codeStyles/Project.xml

View File

@@ -0,0 +1,5 @@
<component name="ProjectCodeStyleConfiguration">
<code_scheme name="Project" version="173">
<option name="LINE_SEPARATOR" value="&#10;" />
</code_scheme>
</component>

View File

@@ -0,0 +1,5 @@
<component name="ProjectCodeStyleConfiguration">
<state>
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
</state>
</component>