select * from sys.indexes where fill_factor<>0 -- assumption - default fill factor is 0
I have assumed the default fill_factor setting has not been checked. Run the below code to check the default fill_factor.If it has not been changed, it should be 0.
sp_configure 'fill factor'