Global for me: add them on ~/.gitconfig
[[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[init]
export type Nully = null | undefined | |
export type Falsy = false | 0 | '' | Nully |
import React from 'react' | |
let cache = [] | |
const isCached = src => cache.includes(src) | |
export const useScript = src => { | |
const [state, setState] = React.useState({ | |
isLoaded: isCached(src), | |
hasError: false, | |
}) |
.= .- := =:= | |
== != === !== =/= | |
<<- <-- <- <-> -> --> ->> | |
<=< <<= <== <=> => ==> =>> >=> | |
>>= >>- >- -< -<< =<< | |
<~~ <~ ~~~ ~~ ~> ~~> | |
<<< << <= <> >= >> >>> | |
<| <|> |> |
root = true | |
[*] | |
end_of_line = lf | |
charset = utf-8 | |
trim_trailing_whitespace = true | |
insert_final_newline = true | |
indent_style = space | |
indent_size = 2 |
<p class="isArrivedAndIsBeautifull" style="font-size: 2em;color: #333;text-align: center;">È arrivata... ed è bellissima!</p> |