mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
Fixed EOL issue to always be LF
This commit is contained in:
parent
d95c33a5bb
commit
c739c0981e
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
* text=auto eol=lf
|
||||
|
|
@ -1,7 +1,9 @@
|
|||
import StyledStartButton from 'styles/components/system/Taskbar/StyledStartButton';
|
||||
|
||||
const StartButton = (): JSX.Element => (
|
||||
<StyledStartButton type="button" title="Start">X</StyledStartButton>
|
||||
<StyledStartButton type="button" title="Start">
|
||||
X
|
||||
</StyledStartButton>
|
||||
);
|
||||
|
||||
export default StartButton;
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
- Remove unneeded vantaWaves desktopRef type
|
||||
- Check if desktopRef isn't null
|
||||
- Rename desktopRef and pass as element in WallpaperEffect
|
||||
- Stop using *.d.ts for styled as it isn't checking types
|
||||
- Stop using \*.d.ts for styled as it isn't checking types
|
||||
- https://www.typescriptlang.org/tsconfig#skipLibCheck
|
||||
- Add WallpaperEffect type to styled.ts
|
||||
- Use eslint prettier plugin
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ const fonts = {
|
|||
clock: {
|
||||
size: '12px'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
const sizes = {
|
||||
clock: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user