1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-14 17:14:40 +02:00

Add editorconfig

This commit is contained in:
Felix
2020-05-28 18:04:50 -05:00
parent b8142463a6
commit 94291ae8d9
2 changed files with 17 additions and 7 deletions

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
root = true
[*]
quote_type = single
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false

View File

@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting to https://watercss.kognise.dev/</title>
<meta http-equiv="refresh" content="0; URL=https://watercss.kognise.dev/">
<link rel="canonical" href="https://watercss.kognise.dev/">
</head>
<body></body>
<head>
<meta charset="utf-8">
<title>Redirecting to https://watercss.kognise.dev/</title>
<meta http-equiv="refresh" content="0; URL=https://watercss.kognise.dev/">
<link rel="canonical" href="https://watercss.kognise.dev/">
</head>
<body></body>
</html>