mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[Codestyle] WinShellIntegration project: set LF line endings by default.
GitOrigin-RevId: a44e1f586bb42e5b9464f37d33a3e96247cce4eb
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0b6c89609c
commit
312153f5e4
5
native/WinShellIntegration/.gitignore
vendored
5
native/WinShellIntegration/.gitignore
vendored
@@ -4,8 +4,11 @@
|
||||
!CMakeLists.txt
|
||||
!README.md
|
||||
|
||||
!.idea/
|
||||
!.idea/**
|
||||
|
||||
!build/
|
||||
!build/**
|
||||
|
||||
!src/
|
||||
!src/**
|
||||
!src/**
|
||||
8
native/WinShellIntegration/.idea/.gitignore
generated
vendored
Normal file
8
native/WinShellIntegration/.idea/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
*
|
||||
|
||||
!.gitignore
|
||||
|
||||
!codeStyles/
|
||||
codeStyles/*
|
||||
!codeStyles/codeStyleConfig.xml
|
||||
!codeStyles/Project.xml
|
||||
5
native/WinShellIntegration/.idea/codeStyles/Project.xml
generated
Normal file
5
native/WinShellIntegration/.idea/codeStyles/Project.xml
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
<component name="ProjectCodeStyleConfiguration">
|
||||
<code_scheme name="Project" version="173">
|
||||
<option name="LINE_SEPARATOR" value=" " />
|
||||
</code_scheme>
|
||||
</component>
|
||||
5
native/WinShellIntegration/.idea/codeStyles/codeStyleConfig.xml
generated
Normal file
5
native/WinShellIntegration/.idea/codeStyles/codeStyleConfig.xml
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
<component name="ProjectCodeStyleConfiguration">
|
||||
<state>
|
||||
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
|
||||
</state>
|
||||
</component>
|
||||
Reference in New Issue
Block a user