StampyAI / stampy-chat

Conversational chatbot to answer questions about AI Safety & Alignment based on information retrieved from the Alignment Research Dataset
https://chat.stampy.ai
MIT License
13 stars 6 forks source link

Indentation fix #74

Closed FraserLee closed 1 year ago

FraserLee commented 1 year ago

React and JSX tend to have a lot of deeply indented code, and in the community 2-space indentation is pretty common. Since I'm the primary (only) dev working on the codebase, I'm going to take the initiative here and swap stuff over.

Will convert from a draft to a real PR after we merge #73.