From 1966a6232b5caa7368cb899061d7911c02f026bb Mon Sep 17 00:00:00 2001 From: Anthony Veaudry Date: Wed, 12 Aug 2020 14:23:57 +0300 Subject: [PATCH] Updates documentation to mention the config files Signed-off-by: Anthony Veaudry --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 33d3fc4..844285b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,6 +20,7 @@ The animations in Animate.css should follow a few key principles: 1. Match the naming convention (camelCase, categorized [fades, bounces, etc]) 2. Indent with two spaces 3. End each file with a blank line +4. Please use the configurations in .editorconfig and .prettierrc to help keeps styling consistant. ## How To Contribute