change prettier print width to 96
This commit is contained in:
parent
5133adace4
commit
f3a83e04ff
2 changed files with 6 additions and 9 deletions
3
.prettierrc
Normal file
3
.prettierrc
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"printWidth": 96
|
||||||
|
}
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" prefix="og: http://ogp.me/ns#">
|
<html lang="en" prefix="og: http://ogp.me/ns#">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
|
@ -15,10 +15,7 @@
|
||||||
<header>
|
<header>
|
||||||
<div>
|
<div>
|
||||||
<h1>charlotte ✨</h1>
|
<h1>charlotte ✨</h1>
|
||||||
<p>
|
<p>multi-specialist interdisciplinary technician. polyglot. silly rabbit 🐇</p>
|
||||||
multi-specialist interdisciplinary technician. polyglot. silly
|
|
||||||
rabbit 🐇
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<aside>
|
<aside>
|
||||||
<img alt="my profile picture" src="/assets/pfp.jpg" />
|
<img alt="my profile picture" src="/assets/pfp.jpg" />
|
||||||
|
|
@ -26,10 +23,7 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section id="intro">
|
<section id="intro">
|
||||||
<p>
|
<p>hi, i'm charlotte! i do multimedia projects with computers. that includes:</p>
|
||||||
hi, i'm charlotte! i do multimedia projects with computers. that
|
|
||||||
includes:
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>software</li>
|
<li>software</li>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue