Skip to content
Snippets Groups Projects
Commit e8062923 authored by jurgenhaas's avatar jurgenhaas
Browse files
parent fa508e72
No related branches found
No related tags found
1 merge request!31Merging develop into main
......@@ -35,7 +35,7 @@ fi
if [[ -f /drupal/.idea/codeStyles/Project.xml ]]; then
grep -q LINE_SEPARATOR /drupal/.idea/codeStyles/Project.xml
if [[ $? -eq 0 ]]; then
sed -i "/foo/!{q100}; {s/\bLINE_SEPARATOR\b/d}" /drupal/.idea/codeStyles/Project.xml
sed -i "/\bLINE_SEPARATOR\b/d" /drupal/.idea/codeStyles/Project.xml
echo -e "\\033[31m ======================================== \\033[0m"
echo -e "\\033[31m IDE setting updated - please restart. \\033[0m"
echo -e "\\033[31m ======================================== \\033[0m"
......
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