From 65637e00ea5317bc784ffa92511b313cb9e52067 Mon Sep 17 00:00:00 2001 From: Andrew Bonventre Date: Sun, 6 Oct 2019 17:21:46 -0400 Subject: [PATCH] tabs -> spaces --- .prettierrc.json | 11 +- index.js | 390 +++++++++++++++++++++++------------------------ style.css | 90 +++++------ 3 files changed, 244 insertions(+), 247 deletions(-) diff --git a/.prettierrc.json b/.prettierrc.json index 64f22de..9ddd2fd 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,9 +1,6 @@ { - "endOfLine": "lf", - "printWidth": 100, - "semi": true, - "singleQuote": true, - "trailingComma": "es5", - "tabWidth": 2, - "useTabs": true + "printWidth": 100, + "singleQuote": true, + "trailingComma": "es5", + "tabWidth": 2 } diff --git a/index.js b/index.js index ab824a2..c0122d2 100644 --- a/index.js +++ b/index.js @@ -3,221 +3,221 @@ import { ISSUE_DATA } from './data.js'; import { useState } from 'preact/hooks'; const AttendeeList = ({ attendees, addAttendee, removeAttendee }) => { - const members = ['@andybons', '@bradfitz', '@ianlancetaylor', '@rsc', '@spf13', '@griesemer']; - return ( - <> -

Attendees

- - - ); + const members = ['@andybons', '@bradfitz', '@ianlancetaylor', '@rsc', '@spf13', '@griesemer']; + return ( + <> +

Attendees

+ + + ); }; const Issue = ({ issue, selected, note, onClick, updateNote }) => ( -
  • - -