I've come across the Fourier transform being defined as:
$$\tilde{f}(k)=\frac{1}{\sqrt{2\pi}} \int_{-\infty}^{\infty} f(x)e^{ikx}dx$$
But this convention is not present in the Wikipedia article. The one given there, under "Fourier transform: unitary, angular frequency" has a minus sign in the exponent. Are the two equivalent? Switching variables from $x$ to $-x$ wouldn't work because I would get $f(-x)$. Is it perhaps something to do with the symmetric nature of $e^{ikx}$ if expressed in trigonometric form?
The conventions each have a purpose, and there is a relationship between them all. A general relation which covers all of the standard conventions is (see here for details)
$$\hat{f}(k) = \sqrt{\frac{|b|}{(2 \pi)^{1-a}}} \int_{-\infty}^{\infty} dx \, f(x) \, e^{i b k x}$$
$$f(x) = \sqrt{\frac{|b|}{(2 \pi)^{1+a}}} \int_{-\infty}^{\infty} dk \, \hat{f}(k) \, e^{-i b k x} $$
Note that the "Physics" convention has $(a,b)=(1,1)$, while the "Mathematics" convention has $(a,b)=(1,-1)$. I was also exposed to an "electrical engineering" convention that has $(a,b)=(0,2 \pi)$.
The question of whether they are equivalent is tricky. Of course they are, but one must be careful in defining the scale of one's frequency space before blindly expecting equality.