Add recipe for jolicode/jolitypo

This commit is contained in:
Loïck Piera
2018-09-04 15:58:30 +02:00
parent 1c349c2300
commit 63e0eadd17
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,10 @@
joli_typo:
presets:
fr:
# Please refer to the documentation at https://github.com/jolicode/JoliTypo/blob/master/README.md
# to learn more about fixers and how to combine them.
fixers: [ Ellipsis, Dimension, Dash, SmartQuotes, FrenchNoBreakSpace, CurlyQuote, Trademark ]
locale: fr_FR
en:
fixers: [ Ellipsis, Dimension, Dash, SmartQuotes, CurlyQuote, Trademark ]
locale: en_GB
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"JoliTypo\\Bridge\\Symfony\\JoliTypoBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}