diff --git a/.gitignore b/.gitignore index 55b687d62..b9f9f4b49 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ .quartz-cache .replit node_modules -# package-lock.json private/ prof public diff --git a/.prettierrc b/.prettierrc index 5788b66f1..4a3a8865a 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,7 +1,7 @@ { - "printWidth": 100, + "printWidth": 80, "quoteProps": "as-needed", "trailingComma": "all", - "tabWidth": 2, + "tabWidth": 4, "semi": false } diff --git a/LICENSE b/LICENSE index a7504334a..a0694ebb8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT License -Copyright (c) 2023 Miguel Pimentel -Copyright (c) 2021-2023 jackyzha0 +Copyright (c) 2024 Miguel Pimentel +Copyright (c) 2021-2024 jackyzha0 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal