mariadb/storage
Eugene Kosov 039b8782d4 MDEV-13631 Make use of clang-format
Explicitly mention every options in .clang-format to protect us from possible
future changes.

Remove separate InnoDB style.

Change style to look more like this script:
for x in $@
do
 indent -kr -bl -bli0 -l79 -i2 -nut -c48 -dj -cp0 $x
 sed -ri -e 's/ = /= /g'\
         -e '/switch.*\)$/{N;s/\n[ ]+/ /}' $x
done

Significant different is that 'switch' and '{' are put on different lines
because it's impossible in clang-format to set formatting rules just for
'switch' statement.
2019-06-12 22:36:43 +03:00
..
archive Update FSF Address 2019-05-11 21:29:06 +03:00
blackhole Update FSF Address 2019-05-11 21:29:06 +03:00
csv Update FSF Address 2019-05-11 21:29:06 +03:00
example Update FSF Address 2019-05-11 21:29:06 +03:00
federated Update FSF Address 2019-05-11 21:29:06 +03:00
federatedx
heap Update FSF Address 2019-05-11 21:29:06 +03:00
innobase MDEV-13631 Make use of clang-format 2019-06-12 22:36:43 +03:00
maria Update FSF Address 2019-05-11 21:29:06 +03:00
myisam Update FSF Address 2019-05-11 21:29:06 +03:00
myisammrg Update FSF Address 2019-05-11 21:29:06 +03:00
ndb Update FSF Address 2019-05-11 21:29:06 +03:00
oqgraph
perfschema Update FSF Address 2019-05-11 21:29:06 +03:00
sphinx
tokudb Update FSF Address 2019-05-11 21:29:06 +03:00
xtradb Update FSF Address 2019-05-11 21:29:06 +03:00