diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..31a9930 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +[*.{html,css,js,ts,jsx,tsx,json}] +charset = utf-8 +indent_style = tab +indent_size = 2 +quote_type= single \ No newline at end of file diff --git a/src/App.tsx b/src/App.tsx index b76cd06..851204e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,32 +11,32 @@ import './css/weather-icons.min.css'; import './css/weather-icons-wind.min.css'; const App: React.FC = () => { - return ( - <> - - - - - - - - - - - - - - - - - - - - -