mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
config: force unix style line endings
This commit is contained in:
committed by
Abdullah Atta
parent
8d7b444664
commit
e138aef6a9
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
* text=auto eol=lf
|
||||||
@@ -5,5 +5,6 @@ module.exports = {
|
|||||||
printWidth: 80,
|
printWidth: 80,
|
||||||
useTabs: false,
|
useTabs: false,
|
||||||
tabWidth: 2,
|
tabWidth: 2,
|
||||||
bracketSpacing: true
|
bracketSpacing: true,
|
||||||
|
endOfLine: "lf"
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user