Skip to content
Snippets Groups Projects
Commit ff6f335b authored by jurgenhaas's avatar jurgenhaas
Browse files
parent da8a66c6
No related branches found
No related tags found
1 merge request!31Merging develop into main
......@@ -32,5 +32,8 @@ fi
if [[ ! -f /drupal/.idea/workspace.xml ]]; then
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?><project version=\"4\"></project>" > /drupal/.idea/workspace.xml
fi
if [[ -f /drupal/.idea/codeStyles/Project.xml ]]; then
sed -i "/\bLINE_SEPARATOR\b/d" /drupal/.idea/codeStyles/Project.xml
fi
php /usr/local/bin/.configIdea.php $UUID
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment