mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Add recipe for jolicode/jolitypo
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"JoliTypo\\Bridge\\Symfony\\JoliTypoBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user